home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Ink Effects.dir / Scripts_25_SwapObject Right - Try All.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  88 b   |  7 lines

  1. on mouseDown
  2.   doButton()
  3.   if the result = 1 then
  4.     swapObject("right")
  5.   end if
  6. end
  7.